home *** CD-ROM | disk | FTP | other *** search
/ IRIX Base Documentation 1999 August / SGI IRIX Base Documentation 1999 August.iso / CDsgihelp < prev    next >
Text File  |  1998-11-02  |  667b  |  23 lines

  1. #! /bin/sh
  2.  
  3. SRCDIR=`dirname $0`
  4.  
  5. if [ $SRCDIR = "." ]
  6. then
  7.         SRCDIR=`pwd`
  8. fi
  9.  
  10. echo "\nSGIHelp\n\
  11. =======\n\
  12. SGIHelp requires that some additional startup information be supplied in order\n\
  13. to work properly with the content found on this CD-ROM. Follow these steps:\n\n\
  14. 1. Edit/create a local .Xdefaults file in your home directory.\n\n\
  15. 2. Add the following lines:\n\n\
  16.    \tSGIHelp*defHelpPath: $SRCDIR/usr/share/help\n\
  17.    \tSGIHelp*defLibPath: $SRCDIR/usr/share/Insight/library\n\n\
  18. 3. Save the file.\n\n\
  19. 4. SGIHelp should now find/use the content found on this CD-ROM.\n\n\
  20. 5. Remove or comment-out these lines if this CD-ROM is not being used.\n"
  21.  
  22. exit
  23.